/*Created by lk on 2020/07/29.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; overflow-x: hidden; font-family: "Microsoft YaHei", arial}

ul{list-style: none}

ul, li ,ol{margin: 0; padding: 0}

h1,h2,h3,h4,h5,h6{margin: 0; font-weight: normal}

p{margin: 0;}

a{text-decoration: none; display: block; color: #333; outline: none}

img{border: 0; float: left}

div{box-sizing: border-box}

table{border-collapse: collapse; border-spacing: 0;}

.clearfix:after{content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}

ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}

.w1200{width: 1200px; margin: 0 auto; position: relative}
.w1366{width: 1366px; margin: 0 auto; position: relative}
.left{float: left}
.right{float: right}

::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(255,255,255,.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.4);
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url('../font/Alibaba-PuHuiTi-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novecentowide-book';
    src: url('../font/novecentowide-book-webfont.eot');
    src: url('../font/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/novecentowide-book-webfont.woff2') format('woff2'),
    url('../font/novecentowide-book-webfont.woff') format('woff'),
    url('../font/novecentowide-book-webfont.ttf') format('truetype'),
    url('../font/novecentowide-book-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../font/Montserrat-Light.eot');
    src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Montserrat-Light.woff2') format('woff2'),
    url('../font/Montserrat-Light.woff') format('woff'),
    url('../font/Montserrat-Light.ttf') format('truetype'),
    url('../font/Montserrat-Light.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----header----*/
.header{width: 100%; height: 80px; position:fixed; background: rgba(35,70,134,.8); z-index: 99; transition: all .4s; -webkit-transition: all .4s}
.header .logo{float: left; width: 194px; height: 50px; margin: 15px 0 0 10px; background: url("../image/logoi.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 10px; background: none; border: none; cursor: pointer; display: none}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 10px}
.header .button span:nth-child(2){top: 20px}
.header .button span:nth-child(3){top: 30px}

#button .span1{top: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg)}
#button .span2{opacity: 0}
#button .span3{top: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg)}


.top_ico{float: right; position: relative; transition: all ease .4s; -webkit-transition: all ease .4s;}
.top_ico a{display: inline-block; margin-left: 10px; font-size: 14px; color: #fff; line-height: 80px; transition: all .4s; -webkit-transition: all .4s}
.top_ico .ch{margin: 0 5px 0 20px; color: transparent; background: url("../image/ico08.png") no-repeat 0 30px; background-size: 18px 18px; transition: all ease .4s; -webkit-transition: all ease .4s;}

.nav{float: right; margin: 0 20px 0 0; transition: all .4s; -webkit-transition: all .4s; position: relative}
.nav:before{content: ""; display: block; width: 1px; height: 12px; background: #dedede; position: absolute; right: 0; top: 50%; margin: -6px -6px 0 0}
.nav .nav_bar{list-style: none;}
.nav .nav_bar li{width: 90px; float: left; text-align: center; margin-right: 2px; position: relative}
.nav .nav_bar li>a{font-size: 14px; color: #fff; line-height: 80px; transition: all .4s; -webkit-transition: all .4s;}

.nav .nav_son{list-style: none; background: #fff; border-top: 3px solid #234b86; position: absolute; top: 80px; left: 0; padding: 5px 0; margin: 10px 0 0 -20px; transition: all ease .3s; -webkit-transition: all ease .3s; visibility: hidden; opacity: 0}
.nav .nav_son a{font-size: 13px; color: #333; width: 130px; line-height: 42px; text-align: center; margin: 0; background: #f4f4f4; border-bottom: 1px solid #e0e0e0; transition: all ease .3s; -webkit-transition: all ease .3s;}
.nav .nav_son a:hover{background: #234b86; color: #fff;}

.nav .nav_bar li:nth-child(3) .nav_son{display: none}

.nav .nav_son.sub_on{visibility: visible; opacity: 1; margin: 0 0 0 -20px}

.header.mini{height: 60px; background: #234b86; box-shadow: 1px 1px 10px 3px rgba(0,0,0,.2)}
.mini .logo{width: 155px; height: 40px; margin: 10px 0 0 0;}
.mini .nav .nav_bar li>a{line-height: 60px}
.mini .nav .nav_son{top: 60px}
.mini .top_ico a{line-height: 60px}
.mini .top_ico .ch{background: url("../image/ico08.png") no-repeat 0 20px; background-size: 18px 18px;}


/*----footer----*/
.footer{position: relative; background: #144183; padding-top: 60px; overflow: hidden; z-index: 9}

.footer .footer_top{padding-bottom: 40px}
.footer .footer_top .footer_left{width: 70%;}
.footer .footer_top .footer_left h1{font-size: 18px; color: #dedede; margin-bottom: 20px}
.footer .footer_top .footer_left p{font-size: 14px; color: #dedede; line-height: 24px;}

.footer .footer_top .footer_left .footer_ying{margin-top: 4px; margin-bottom: 6px;}
.footer .footer_top .footer_left .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #dedede;}
.footer .footer_top .footer_left .footer_ying .ying{font-size: 14px; color: #dedede; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_top .footer_left .footer_link{}
.footer .footer_top .footer_left .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #dedede;}
.footer .footer_top .footer_left .footer_link .f_link{font-size: 14px; color: #dedede; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_top .footer_right{width: 30%;}
.footer .footer_top .footer_right .img{float: right; width: 100px; height: 100px}
.footer .footer_top .footer_right .img img{width: 100%}

.footer .footer_end{background: #052d67; padding: 20px 0;}
.footer .footer_end span{display: block}
.footer .footer_end span a{display: inline-block; font-size: 13px; color: #dedede}
.footer .footer_end span.left a{margin-right: 20px;}
.footer .footer_end span.right a{margin-left: 20px;}
.footer .footer_end span .design{width: 64px; height: 24px; color: transparent; background: url("../image/power.png") no-repeat center;}


/*----right_list----*/
.right_list{width: 42px; position: fixed; right: 10px; bottom: 0; margin-bottom: 10%; z-index: 99}
.right_list .li{position: relative; width: 42px; height: 42px; margin-bottom: 1px; text-align: center; line-height: 50px; background: #00468c; cursor: pointer; border-radius: 8px; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 18px; color: #fff; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top{height: 32px; line-height: 36px}
.right_list .li.top i{font-size: 24px;}
.right_list .li.tel i{font-size: 24px}

.right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; left: 0; margin: 20px 0 0 -140px; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
.right_list .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}
.right_list .li .img p{line-height: 24px;}
.right_list .li .img h3{line-height: 20px; font-size: 13px; color: #333}

.right_list .li .tel{width: 190px; height: 42px; position: absolute; top: 0; left: 0; margin: 0 0 0 -150px; background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li .tel h3{font-size: 17px; color: #26324a; line-height: 46px; font-family: 'novecentowide-book'}
.right_list .li .tel h3 i{font-size: 18px; color: #26324a; padding-right: 6px;}
.right_list .li .tel h3 a{display: inline-block}

.right_list .li:hover{background: #000}
.right_list .li:hover i{color: #fff;}
.right_list .li:hover .img{visibility: visible; opacity: 1; margin: -46px 0 0 -140px}
.right_list .li:hover .tel{margin: 0 0 0 -200px; visibility: visible; opacity: 1}
















